home *** CD-ROM | disk | FTP | other *** search
/ QRZ! Ham Radio 3 / QRZ Ham Radio Callsign Database - Volume 3.iso / digests / tcp / 930294.txt < prev    next >
Internet Message Format  |  1994-06-04  |  12KB

  1. Date: Fri, 12 Nov 93 04:30:02 PST
  2. From: Advanced Amateur Radio Networking Group <tcp-group@ucsd.edu>
  3. Errors-To: TCP-Group-Errors@UCSD.Edu
  4. Reply-To: TCP-Group@UCSD.Edu
  5. Precedence: Bulk
  6. Subject: TCP-Group Digest V93 #294
  7. To: tcp-group-digest
  8.  
  9.  
  10. TCP-Group Digest            Fri, 12 Nov 93       Volume 93 : Issue  294
  11.  
  12. Today's Topics:
  13.               FTP client on SysV TLI (was: NOS FTP Bug)
  14.                       KA9Q NET problem once more
  15.                         On the merits of KISS
  16.                        Re- TCP broadcast storm
  17.                         Three things (3 msgs)
  18.                     WinQVT/Net ( was Campus Net )
  19.  
  20. Send Replies or notes for publication to: <TCP-Group@UCSD.Edu>.
  21. Subscription requests to <TCP-Group-REQUEST@UCSD.Edu>.
  22. Problems you can't solve otherwise to brian@ucsd.edu.
  23.  
  24. Archives of past issues of the TCP-Group Digest are available
  25. (by FTP only) from UCSD.Edu in directory "mailarchives".
  26.  
  27. We trust that readers are intelligent enough to realize that all text
  28. herein consists of personal comments and does not represent the official
  29. policies or positions of any party.  Your mileage may vary.  So there.
  30. ----------------------------------------------------------------------
  31.  
  32. Date: Fri, 12 Nov 1993 10:16:34 +0200 (EET)
  33. From: mea@mea.cc.utu.fi ("Matti E. Aarnio [OH1MQK]")
  34. Subject: FTP client on SysV TLI (was: NOS FTP Bug)
  35. To: ssampson@sabea-oc.af.mil (Steve Sampson)
  36.  
  37. > brian@nothing.ucsd.edu says:
  38. > >In one sense, it's a good idea to be conservative what you send in order
  39. > >to avoid breaking existing software.  Yet progress must be made; at some
  40. > >point you have to make changes - and these changes might expose
  41. > >previously-unknown-to-be-broken software.
  42. > > - Brian
  43.  
  44.   I should check what exactly has been going on, but these things sound
  45. very much like my experiences with  NIC.FUNET.FI, if you know the machine :)
  46.  
  47. > While I agree that new NOS routines can't be responsible for working with
  48. > AT&T machines, maybe we can at least make NOS work per the RFC, and then any
  49. > problems with AT&T users can be answered with "tough tits, get yourself
  50. > something that works".  :-)
  51. > By the way, the Sun machine at ds.internic.net also sends out 220- on every
  52. > line just like NOS, so maybe this is the way everyone is interpreting the RFC??
  53.  
  54.   As a startup banner, they throw at you a screenfull of 220 replies, and
  55. it happens in accordance with FTP's protocol specs:
  56.  nnn-    starts multiline response
  57.   more multiline response lines
  58.  nnn     ends multiline response
  59.  
  60. Now I know that several older programs (including BSD ftp-client) made
  61. assumption that there won't be more than some small number of those lines.
  62. Usually at most 4 lines..  Such assumption is, of course, wrong.
  63.  
  64. > P.S.  Anyone who has the BSD ftp and ftpd ported to the 3B2 and SysV 3.2,
  65. > I wouldn't mind a copy.  Just the thought of all the changes to the
  66. > include files makes me tired :-)
  67.  
  68.   If somebody ports the DNS resolver to TLI, that helps a LOT!
  69. I might do it eventually too, but I have so many other more urgent
  70. things to do (well, which directly affect my activities..)
  71.  
  72. > ---
  73. > Steve, N5OWK
  74.  
  75.  /Matti Aarnio <mea@utu.fi> OH1MQK
  76.  
  77. ------------------------------
  78.  
  79. Date: Thu, 11 Nov 1993 07:32:26 -0600
  80. From: stevej@cris.plano.gov (Steve Jones)
  81. Subject: KA9Q NET problem once more
  82. To: andy@mimuw.edu.pl, tcp-group@ucsd.edu
  83.  
  84. I noticed that behavor whenever I got REAL short on memory.  I went to OS/2
  85. to get a bigger dos box
  86. Steve 
  87. wb5sgn@wb5sgn.ampr.org
  88. stevej@cris.plano.gov
  89.  
  90. ------------------------------
  91.  
  92. Date: Thu, 11 Nov 1993 15:18:53 -0600 (CST)
  93. From: Steve Sampson <ssampson@sabea-oc.af.mil>
  94. Subject: On the merits of KISS
  95. To: TCP-Group@UCSD.Edu
  96.  
  97. jhays@hays.org writes:
  98. >I've been thinking for some time that a new ROM for TNCs which does SLIP  
  99. >instead of KISS might be in order.
  100.  
  101. When I started playing with the X-1 TheNet this thought also crossed my mind.
  102. The basis of KISS is that it adds a command byte to SLIP and can then be used
  103. to modify TNC parameters.  But since the same parameters can be adjusted
  104. through connection to the X-1, the command byte of KISS becomes redundant.
  105. Thus even KISS is not needed, as SLIP would be good enough.
  106.  
  107. >but on the serial port it would look like a SLIP Point-to-Point connection
  108.  
  109. I agree.  This would really be neat.  Instead of the KISS code in the TNC
  110. (module) a better routine would be an AX.25<->SLIP routine.  Since the X-1
  111. has ARP, it would seem that it would be useful to just strip the AX.25 layer
  112. and perform SLIP.  Same for the SLIP to AX.25 module which would convert the
  113. IP address to the TNC callsign.  The advantage as I see it, is that you no
  114. longer need the AX.25 code in NOS, but the disadvantage is that the TNC code
  115. becomes so large that even 512k ROM is too small.  The Gracilis boards perform
  116. this very well I understand, but they would have to be rated as something more
  117. than a TNC.  Actually my idea of a good TNC would be the X-1 code minus the
  118. Net/Rom stuff.  In this case all you have is a "dumb" router, but that's all
  119. you need.  So given choices I would say see if you can get by with modifying
  120. X-1 by deleting KISS, do that, or second just throwing out the Net/Rom part
  121. if it comes to that.  (that stuff is too slow anyway).
  122. ---
  123. Steve
  124.  
  125. ------------------------------
  126.  
  127. Date: Thu, 11 Nov 1993 08:33:22 -0800
  128. From: braden@ISI.EDU (Bob Braden)
  129. Subject: Re- TCP broadcast storm
  130. To: postel@ISI.EDU, karn@qualcomm.com
  131.  
  132.   *> From karn@qualcomm.com Wed Nov 10 21:17:57 1993
  133.   *> Date: Wed, 10 Nov 93 21:17:02 -0800
  134.   *> From: karn@qualcomm.com (Phil Karn)
  135.   *> To: postel@ISI.EDU
  136.   *> Cc: braden@ISI.EDU, ietf-hosts@ISI.EDU, TCP-Group@ucsd.edu,
  137.   *>         MGauthier@iit.nrc.ca
  138.   *> In-Reply-To: Jon Postel's message of Mon, 8 Nov 1993 08:43:10 -0800 <199311081643.AA24710@zephyr.isi.edu>
  139.   *> Subject: Re- TCP broadcast storm
  140.   *> Content-Length: 553
  141.   *> X-Lines: 11
  142.   *> 
  143.   *> This confusion between the Internet itself and the hosts attached to
  144.   *> it continues. Last week, during the Houston IETF, the New York Times
  145.   *> carried an article titled "Traffic Jams on the Information Highway"
  146.   *> (or words to that effect, this is from memory). The article was
  147.   *> clearly about the extreme loads that certain popular *server machines*
  148.   *> on the net have been experiencing, but the title metaphor obviously
  149.   *> gives the (mis)impression that the NSF backbone communication links are
  150.   *> overloaded. As far as I have been able to observe, they are not.
  151.   *> 
  152.   *> Phil
  153.   *> 
  154.   *> 
  155.  
  156. Phil,
  157.  
  158. Yeah, that was noted by a number of people.  Dave Sincoskie (you know
  159. him, I suspect!) twigged John Markoff personally about it, and John
  160. said essentially that yes, he understood the distinction, but as a user
  161. he did not care.  The main point of the article was the need to charge
  162. for services, and I guess he thought the issue of host/net services
  163. was secondary.
  164.  
  165. Bob
  166.  
  167. ------------------------------
  168.  
  169. Date: Fri Nov 12 14:22:52 1993
  170. From: iiitac@pyramid.swansea.ac.uk
  171. Subject: Three things
  172. To: tcp-group@ucsd.edu
  173.  
  174. 1. G8BPQ does indeed include a packet driver that provides an AX.25 packetdriver
  175. interface but not the SLIP/ETHER ones most software needs.
  176. 2. A SLIP TNC is overkill. Far more effective would be a DOS packetdriver akin
  177. to etherslip but doing etherax25 conversions. This would entail squashing 
  178. ax.25 calls to 6 byte addresses (code is in the sun ax.25 driver already)
  179. and prepending AX.25 headers and LAPB UI followed by a protocol byte of either
  180. IP or ARP. For someone with reasonable PC assembler skills (not me!) I can't
  181. see this being a horrific job.
  182.  
  183. The final result would let you run stuff like QVTNET over radio transparently
  184. - and NCSA telnet, Waterloo FTP etc.
  185.  
  186. 3. Is there a summary of differences between ccitt LAPB and the AX.25 LAPB
  187. anywhere - or would someone be prepared to email me a list. I've got a very
  188. nice compact implementation of LAPB I'm playing with, and turning it into
  189. an AX.25 stack would be quite useful. [I know about the AX.25 headers etc
  190. I'm interested in state machine differences and things like pthresh which
  191. don't seem to be in ccitt LAPB.
  192.  
  193. Alan
  194. GW4PTS@GB7SWN//iiitac@pyr.swan.ac.uk
  195.  
  196. ------------------------------
  197.  
  198. Date: Thu, 11 Nov 93 11:22:09 -0800
  199. From: jhays@hays.org (John D. Hays)
  200. Subject: Three things
  201. To: iiitac@pyr.swan.ac.uk
  202.  
  203. Alan,
  204.  
  205. Your argument (which follows) pre-supposes that everybody who runs AX.25 uses a  
  206. PC with DOS ... There are many other systems out there besides DOS, many of  
  207. which have a SLIP feature already available to their TCP/IP stack [for example  
  208. in my home network I have DOS, Windows, Domain/OS, NEXTSTEP, and hopefully  
  209. LINUX before long --- all of which have slip capable programs, a SLIP TNC  
  210. should allow any of these machines to go directly on to the AX.25 network  
  211. without modifying system code].  A SLIP TNC would provide a simple way to  
  212. connect any SLIP capable machine's IP stack to communicate on the AX.25  
  213. encapsulated IP network.
  214.  
  215. John KD7UW
  216.  
  217. Begin forwarded message:
  218.  
  219. From: iiitac@pyr.swan.ac.uk
  220. Via: uk.ac.swansea.pyramid; Thu, 11 Nov 1993 16:24:56 +0000
  221. Date: Fri Nov 12 14:22:52 1993
  222. Subject: Three things
  223.  
  224.  
  225. 2. A SLIP TNC is overkill. Far more effective would be a DOS packetdriver akin
  226. to etherslip but doing etherax25 conversions. This would entail squashing 
  227.  
  228. ax.25 calls to 6 byte addresses (code is in the sun ax.25 driver already)
  229. and prepending AX.25 headers and LAPB UI followed by a protocol byte of either
  230. IP or ARP. For someone with reasonable PC assembler skills (not me!) I can't
  231. see this being a horrific job.
  232.  
  233. The final result would let you run stuff like QVTNET over radio transparently
  234. - and NCSA telnet, Waterloo FTP etc.
  235.  
  236. Alan
  237. GW4PTS@GB7SWN//iiitac@pyr.swan.ac.uk
  238.  
  239. ------------------------------
  240.  
  241. Date: Fri, 12 Nov 93 06:34:01 GMT
  242. From: ron@chaos.eng.wayne.edu (Ron Atkinson  N8FOW)
  243. Subject: Three things
  244. To: tcp-group@ucsd.edu
  245.  
  246.      What about the backoff timers that are in NOS that aren't in various
  247. other TCP/IP programs? I too would like to run WinQVT, Linux, etc... over
  248. packet, but it's not designed for packet radio environment.  That's part
  249. of the reason why people are putting NOS systems between their tnc's and
  250. their other TCP/IP programs.
  251.      Kinda curious,  how does the AX.25 stuff for the Sun work? Does it 
  252. work effectively in a heavily shared frequency like most major cities
  253. have to deal with? I know the way that pings are done in most Unix systems
  254. make it not very usable for packet and it seems to just key the transmitter
  255. for long periods of time.
  256.      I'm currently running NOS in MS Windows (yuck, but it works) and I
  257. sometimes run 2 versions of NOS. Is there a way for them to talk to each other
  258. or for something like  WinQVT to talk to NOS internally? This might be a quick
  259. way to put something other than NOS on the air for the UI but let something
  260. designed to operate in packet handle the tnc's, and on the same computer too.
  261.  
  262. Ron
  263.  
  264. ------------------------------
  265.  
  266. Date: Thu, 11 Nov 1993 09:52:27 -0600
  267. From: miltonm@inetnode.austin.ibm.com (Milton Miller)
  268. Subject: WinQVT/Net ( was Campus Net )
  269. To: jhays@hays.org, kf5mg@kf5mg.ampr.org
  270.  
  271. John D. Hays <jhays@hays.org> wrote:
  272. > I've been thinking for some time that a new ROM for TNCs which does SLIP  
  273. > instead of KISS might be in order.  There would probably need to be a loader  
  274. > program of some type that downloaded Callsign, PARAMs, etc.  to the TNC, but on 
  275. > the serial port it would look like a SLIP Point-to-Point connection ... Then  
  276. > various implementations of TCP/IP which speak SLIP could access the AX.25  
  277. > encapsulated IP network....
  278.  
  279.  
  280. Does TheNet X1H have this capability?
  281.  
  282. milton
  283.  
  284. ------------------------------
  285.  
  286. End of TCP-Group Digest V93 #294
  287. ******************************
  288. ******************************
  289.